UnifiedMessagingServicePlayOnPhoneGreeting Method |
Plays the on phone greeting.
Namespace:
Independentsoft.Exchange.UnifiedMessaging
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic string PlayOnPhoneGreeting(
GreetingType greetingType,
string dialString
)
Public Function PlayOnPhoneGreeting (
greetingType As GreetingType,
dialString As String
) As String
Parameters
- greetingType
- Type: Independentsoft.Exchange.UnifiedMessagingGreetingType
Type of the greeting. - dialString
- Type: SystemString
The dial string.
Return Value
Type:
StringSystem.String.
See Also